ContentsIndexHome
PreviousUpNext
ISetData.appendLabels Method (params int[])

Adds the specified labels to this set and all its supersets. Applies to subsets of Integers. 

An exception is thrown if one of the sets in which labels must be inserted is read-only.

C#
void appendLabels(params int[] labels);
Parameters 
Description 
params int[] labels 
The labels to add to this set.